Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-216702 | CISC-RT-000640 | SV-216702r531086_rule | High |
Description |
---|
The primary security model for an MPLS L3VPN as well as a VRF-lite infrastructure is traffic separation. Each interface can only be associated to one VRF, which is the fundamental framework for traffic separation. Forwarding decisions are made based on the routing table belonging to the VRF. Control of what routes are imported into or exported from a VRF is based on the RT. It is critical that traffic does not leak from one COI tenant or L3VPN to another; hence, it is imperative that the correct RT is configured for each VRF. |
STIG | Date |
---|---|
Cisco IOS XE Router RTR Security Technical Implementation Guide | 2021-03-26 |
Check Text ( C-17935r507579_chk ) |
---|
Review the design plan for MPLS/L3VPN to determine what RTs have been assigned for each VRF. Review the router configuration and verify that the correct RT is configured for each VRF. In the example below, route target 13:13 has been configured for customer 1. ip vrf CUST1 rd 13:13 route-target export 13:13 route-target import 13:13 If there are VRFs configured with the wrong RT, this is a finding. |
Fix Text (F-17933r507580_fix) |
---|
Configure the router to have each VRF instance defined with the correct RT. R5(config)#ip vrf CUST1 R5(config-vrf)#route-target import 13:13 R5(config-vrf)#route-target export 13:13 R5(config-vrf)#end |